home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Updates⁄New / Tom's Slide Show 1.3s / background_2736.txt < prev    next >
Encoding:
Text File  |  1988-01-09  |  2.2 KB  |  117 lines

  1. -- background: 2736 from stack: in.3s
  2. -- bmap block id: 2121
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 16 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=289 top=0 right=90 bottom=512
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   Visual Effect checkerboard
  30.   go home
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 17 (button)
  36. -- low flags: 00
  37. -- high flags: 0004
  38. -- rect: left=0 top=271 right=342 bottom=216
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1014 / 1014
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Prev
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   go to prev card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 21 (button)
  55. -- low flags: 00
  56. -- high flags: A000
  57. -- rect: left=41 top=90 right=268 bottom=469
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Dissolve
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect dissolve slow
  69.   go to next card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 22 (button)
  75. -- low flags: 00
  76. -- high flags: A003
  77. -- rect: left=0 top=0 right=90 bottom=217
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 27056 / 27056
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Slide Show
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   play harpsichord a a g g f
  89.   wait 2 seconds
  90.   visual effect Barn Door Open
  91.   go to next card
  92.   repeat 100000
  93.     wait 5 seconds
  94.     Visual effect Dissolve
  95.     go to next card
  96.   end repeat
  97. end mouseUp
  98.  
  99.  
  100. -- part 23 (button)
  101. -- low flags: 00
  102. -- high flags: 0004
  103. -- rect: left=293 top=271 right=342 bottom=512
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 1013 / 1013
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Next
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   go to next card
  115. end mouseUp
  116.  
  117.